clrpfm( 'file' [: 'member' );
Uses CLRPFM to remove the data from 'member' of file 'file'.
Important: The specified file must be stored in library (*CURLIB)!
void
Example:
// Clears member 'TEST1' of file 'TESTWERTE'.
clrpfm( 'TESTVALUES' : 'TEST1' );